Skip to content

Adding support for exclude option #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

cbourdage
Copy link

  • Added support for an exclude option to be able to explicitly exclude packages from the outdated list of packages.

This is really helpful if you have private repos and the versions can't be identified. For instance the output of something that is uptodate still looks like:

| package-name | 1.0.0 | git | git |

Example usage:

schedule(npmOutdated({ exclude: ['package-name'] }));

* Added support for an exclude option to be able to explicitly exclude packages from the outdated list of packages.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant